home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_056 / mcad / mp / source / plotlim.h < prev    next >
Text File  |  1992-05-06  |  448b  |  22 lines

  1. /* plotlim.h */
  2. #define MAXHORIZ 640
  3. #define MAXVERT 400
  4. #define CHARWIDTH 8
  5. #define CHARHEIGHT 8
  6. #define LMARGIN (CHARWIDTH * 7)
  7. #define RMARGIN 2
  8. #define TMARGIN 8
  9. #define BMARGIN (CHARHEIGHT * 4)
  10. #define XMAXP (MAXHORIZ-RMARGIN)
  11. #define XMINP LMARGIN
  12. #define YMAXP (MAXVERT-TMARGIN)
  13. #define YMINP BMARGIN
  14.  
  15. #define MAXTICS 20
  16. #define NTICS_DEFAULT 6
  17. #define X_TIC_SIZE 6
  18. #define Y_TIC_SIZE 8
  19. #define PLOTCOLORBASE 4
  20. #define DEFAULT_POINT_SIZE 4
  21.  
  22.